home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / ISSetupFile.SetupFile17 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-11-27  |  4.5 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  sscdsdm2.inf
  4. ;
  5. ; Function:
  6. ;    Install the SAMSUNG CDMA Modem Diagnostic Serial Port Drivers (WDM) on Win2000
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=08/17/2005, 4.34.0.2705
  25. CatalogFile=sscdserd.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"sscdserd.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. sscdserd.sys = 1
  37. sscdcmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %SAMSUNG%=SAMSUNG
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [SAMSUNG]
  56. %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6601&MI_02&OS_NT
  57. %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6640&MI_02&OS_NT
  58.  
  59.  
  60. ;-----------------------------------------------------------------------------
  61. ; Installation instructions
  62. ;-----------------------------------------------------------------------------
  63.  
  64. [SAMSUNG.Install.nt]
  65. AddReg        = SAMSUNG.AddReg,SAMSUNG.NT.AddReg
  66. CopyFiles    = CopyFiles, CopyFiles.Win2K
  67.  
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ;  Registry
  71. ;-----------------------------------------------------------------------------
  72.  
  73. ; common registry entries 
  74. [SAMSUNG.AddReg]
  75. HKR,,NTMPDriver,,sscdserd.sys
  76. HKR,,EnableCR1146,0x00010001,1
  77. HKR,,PublishedDeviceName,,qcusb#
  78.  
  79. ; only for NT...
  80. [SAMSUNG.NT.AddReg]
  81. HKR,,PortSubClass,1,01
  82. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;  Copy lists
  86. ;-----------------------------------------------------------------------------
  87. [CopyFiles]
  88.  
  89. [CopyFiles.Win2K]
  90. sscdserd.sys
  91. sscdcm.sys,sscdcmnt.sys
  92. sscdcmnt.sys
  93.  
  94.  
  95.  
  96. ;-----------------------------------------------------------------------------
  97. ;  NT Services installation
  98. ;-----------------------------------------------------------------------------
  99.  
  100. [SAMSUNG.Install.NT.Services]
  101. AddService = sscdserd, 0x00000002, SAMSUNG.Install.AddService
  102.  
  103.  
  104. [SAMSUNG.Install.AddService]
  105. DisplayName    = %Samsung.Service.Name%
  106. Description    = %Samsung.Service.Desc%
  107. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  108. StartType    = 3            ;%SERVICE_DEMAND_START%
  109. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  110. ServiceBinary    = %12%\sscdserd.sys
  111.  
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ; STRINGS
  116. ;-----------------------------------------------------------------------------
  117. [Strings]
  118.  
  119. ;<<localize the following>>
  120.  
  121. ;BEGIN ENG - US English Strings
  122.  
  123. Provider = "SAMSUNG Electronics Co., Ltd. "
  124. SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
  125. DiskString = "SAMSUNG CDMA Modem Diagnostic Serial Port Drivers installation disk"
  126.  
  127. Samsung.Comm.Desc = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
  128. Samsung.Service.Name = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
  129. Samsung.Service.Desc = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
  130.  
  131.  
  132. CustomerDataPath = "SAMSUNG CDMA Modem"
  133. DriverSet = "SAMSUNG CDMA Modem Driver Set"
  134. UninstallFile = "SSCDUninstall.exe"
  135. McciOptions = "Uninstallable"
  136.  
  137.  
  138. ;END ENG - US English Strings
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.